From 9ad8712e92e8c0490d202529217345df61d61f33 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 4 Jun 1993 19:34:14 +0000 Subject: [PATCH] (rmail-resend): Require sendmail and mailalias. --- lisp/mail/rmail.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index d5b5349d7cb..016a94cdaed 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -1698,6 +1698,8 @@ resent message. Optional ALIAS-FILE is alternate aliases file to be used by sendmail, typically for purposes of moderating a list." (interactive "sResend to: ") + (require 'sendmail) + (require 'mailalias) (if (not from) (setq from (user-login-name))) (let ((tembuf (generate-new-buffer " sendmail temp")) (mail-header-separator "") -- 2.30.2